home *** CD-ROM | disk | FTP | other *** search
/ Turn the Power On! 3 / Turn the Power On! HP Volume III (HP)(1995).ISO / ia_system / iconauthor < prev    next >
Text File  |  1995-10-03  |  4KB  |  107 lines

  1. # @(#) ICONAUTHOR 3.2 06/29/95 23:43:37 (WORKSTATION)
  2.  
  3. #-------------------------------------------------------------------------------
  4. # IconAuthor 5.0 Resource File. 
  5. #
  6. # This resource file is utilized by:
  7. #     - IconAuthor
  8. #    - IconAnimate
  9. #    - SmartObject Editor
  10. #    - Present (runtime IconAuthor)
  11. #
  12. # Resources can specified in this file to control the appearence of windows
  13. # as well as SmartObject objects.
  14. #
  15. # The default values specified in this file were selected to approximate the
  16. # the apperance of IconAuthor for Windows.
  17. #-------------------------------------------------------------------------------
  18.  
  19. # All Windows. Uncomment if desired
  20. #*ICONAUTHOR*foreground            : firebrick
  21. #*ICONAUTHOR*background            : lightgrey
  22.  
  23. # Button Bar
  24. *ICONAUTHOR*MainRibbon*background    : lightgrey
  25. *ICONAUTHOR*MainRibbon*foreground    : black
  26.  
  27. # Status Line
  28. *ICONAUTHOR*MainStatus*background    : lightgrey
  29. *ICONAUTHOR*MainStatus*foreground    : black
  30.  
  31. # Icon Library
  32. *ICONAUTHOR*MainIconLib*background    : lightgrey
  33. *ICONAUTHOR*MainIconLib*foreground    : black
  34.  
  35. #-------------------------------------------------------------------------------
  36. # Uncomment one of the Fontdpi resource definitions below to force usage
  37. # of 75 or 100 dpi fonts.
  38. #-------------------------------------------------------------------------------
  39. #*ICONAUTHOR*Fontdpi : 100
  40. #*ICONAUTHOR*Fontdpi : 75
  41.  
  42. #-------------------------------------------------------------------------------
  43. # SmartObject files created with V5.0 of IconAuthor do not contain the
  44. # font foundry on font specifications. The FontFoundry resource specifies
  45. # what the font foundry for these font specifications is. If commented out
  46. # the foundry will be the first which matches the font specification on your
  47. # font path. However, there is a big penalty in performance. You can also
  48. # modify the foundry to be a foundry other than Adobe.
  49. #-------------------------------------------------------------------------------
  50. *ICONAUTHOR*FontFoundry : Adobe
  51.  
  52. #-------------------------------------------------------------------------------
  53. # SmartObject Object Defaults. You can utilize these to set explicit
  54. # default values for SmartObject Objects.
  55. #-------------------------------------------------------------------------------
  56.  
  57. #*ICONAUTHOR*SMOgraphicObject*background      : blue
  58. #*ICONAUTHOR*SMOpushButtonObject*background      : green
  59. #*ICONAUTHOR*SMOcheckBoxObject*background      : yellow
  60. #*ICONAUTHOR*SMOradioButtonObject*background      : orange
  61. #*ICONAUTHOR*SMOarrowButtonObject*background      : purple
  62. #*ICONAUTHOR*SMOgroupBoxObject*background      : plum
  63. #*ICONAUTHOR*SMOmotifTextObject*background      : wheat
  64. #*ICONAUTHOR*SMOscrolledMotifTextObject*background: orchid
  65. #*ICONAUTHOR*SMOiaTextObject*background          : salmon
  66. #*ICONAUTHOR*SMOlistBoxObject*background      : slateblue
  67.  
  68. #-------------------------------------------------------------------------------
  69. # IconAuthor 4.0 resource settings. Uncomment if true 4.0 appearence required.
  70. #-------------------------------------------------------------------------------
  71.  
  72. #*ICONAUTHOR*shadowType            : XmSHADOW_IN
  73. #*ICONAUTHOR*shadowThickness        : 4
  74.  
  75. #-------------------------------------------------------------------------------
  76. # To use SGI schemes (SGI systems only) uncomment the following line. Note this
  77. # will override other resource settings you specify.
  78. #-------------------------------------------------------------------------------
  79. #*ICONAUTHOR*scheme: Titian
  80.  
  81. #-------------------------------------------------------------------------------
  82. # Portions of ICONAUTHOR's user interface require the keyboard focus resource
  83. # be set to pointer and auto raise be set to false. These resources need to 
  84. # be specified in either your .Xdefaults file or the application resource file
  85. # of your window manager. 
  86. #
  87. # SETTING THESE RESOURCES IN THIS FILE WILL HAVE NO AFFECT
  88. #-------------------------------------------------------------------------------
  89.  
  90. # SGI
  91. #4Dwm*keyboardFocusPolicy: pointer
  92. #4Dwm*focusAutoRaise: false
  93.  
  94. # HP
  95. #Vuewm*keyboardFocusPolicy: pointer
  96. #Vuewm*focusAutoRaise: false
  97.  
  98. # SUN (Motif), DEC, IBM, DG
  99. #Mwm*keyboardFocusPolicy: pointer
  100. #Mwm*focusAutoRaise: false
  101.  
  102. # SCO (05JAN94-RTH)
  103. #Mwm*transientFunctions: all
  104. #Mwm*transientDecoration: all
  105.  
  106.